SHCONTF (Enums)
Last changed: -81.221.186.65

.
Summary
TODO - a short description

C# Definition:

    [Flags]
    public enum SHCONTF : uint {
        SHCONTF_FOLDERS         = 0x0020,   // only want folders enumerated (SFGAO_FOLDER)
        SHCONTF_NONFOLDERS      = 0x0040,   // include non folders
        SHCONTF_INCLUDEHIDDEN       = 0x0080,   // show items normally hidden
        SHCONTF_INIT_ON_FIRST_NEXT  = 0x0100,   // allow EnumObject() to return before validating enum
        SHCONTF_NETPRINTERSRCH      = 0x0200,   // hint that client is looking for printers
        SHCONTF_SHAREABLE       = 0x0400,   // hint that client is looking sharable resources (remote shares)
        SHCONTF_STORAGE         = 0x0800,   // include all items with accessible storage and their ancestors
    }

VB Definition:

Enum SHCONTF
   TODO
End Enum

Notes:

None.

Documentation
SHCONTF on MSDN